func crypto/sha1.consumeUint32
6 uses
crypto/sha1 (current package)
sha1.go#L77: b, d.h[0] = consumeUint32(b)
sha1.go#L78: b, d.h[1] = consumeUint32(b)
sha1.go#L79: b, d.h[2] = consumeUint32(b)
sha1.go#L80: b, d.h[3] = consumeUint32(b)
sha1.go#L81: b, d.h[4] = consumeUint32(b)
sha1.go#L92: func consumeUint32(b []byte) ([]byte, uint32) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)